@media screen and (max-width: 992px) and (min-width:0px) {
  .banner_text_box {
    padding: 0 30px;
  }

  .banner_text h1 {
    font-size: 28px;
  }

  .banner_text h2 {
    font-size: 14px;
  }

  .bannerPrev {
    left: 5px;
  }

  .bannerNext {
    right: 5px;
  }

  .box6 .box6_item {
    display: flex;
    flex-direction: column;
  }

  .box6 .box6_item>div {
    width: 100%;
    position: unset;
  }

  .box6 .box6_item .box6_text {
    position: relative;
    left: 0;
  }

  .box7_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .box7_item .news {
    margin: 5px 0px;
    width: 49% !important;
  }
}
